TaskOwnership Enumeration

Indicates the ownership state of the task.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum TaskOwnership

Members

New0 Specifies that task has not yet been assigned to a user.
Delegated1 Specifies that task has been delegated to another user.
Own2 Specifies that task is assigned to the current user.
None3 None.

See Also